home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rbcomm34.zip / WORDSTAR.MAC < prev   
Text File  |  1991-04-13  |  365b  |  19 lines

  1. ; RBcomm macro file
  2. ;   WordStar cursor movement commands bound to arrow keys
  3. ;
  4. Up      TEXT    "^E"
  5. Home    TEXT     "^Q^S"
  6. End    TEXT     "^Q^D"
  7. Left    TEXT     "^S"
  8. Right    TEXT     "^D"
  9. Ins    TEXT     "^V"
  10. Del    TEXT    "^G"
  11. PgUp    TEXT     "^R"
  12. PgDn    TEXT     "^C"
  13. ^PgUp    TEXT     "^Q^R"
  14. ^PgDn    TEXT     "^Q^C"
  15.  
  16. ; include standard bindings which have not been overridden
  17. #include "rbcomm"
  18.  
  19.